Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Syntax
Event Data
The event handler receives an argument of type RemoteCollectionChangedEventArgs containing data related to this event. The following RemoteCollectionChangedEventArgs properties provide information specific to this event.
Property | Description |
---|
Action | Gets the action that caused the event. |
NewItems | Gets the list of new items involved in the change. |
NewStartingIndex | Gets the index at which the change occurred. |
OldItems | Gets the list of items affected by a Replace, Remove, or Move action. |
OldStartingIndex | Gets the index at which a Move, Remove, or Replace action occurred. |
Remarks
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
Minimum Software Version Requirement: Keysight PathWave 89600 VSA
Ver 14.00
See Also